
        /* Estilo de tarjeta con gradiente de colores */
        
        .card.tipo-neon.neon-21204068-56fe-4612-a8b3-ebe46e7c2d95::before,
        body .container.ganga .pictures .simple-slider .gradient-border.neon-21204068-56fe-4612-a8b3-ebe46e7c2d95,
        body .container.ganga .pictures .bar.neon-21204068-56fe-4612-a8b3-ebe46e7c2d95
        { 
            background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 25%,
        #A6A6A6 35%, #A6A6A6 45%,
        #FFFFFF 55%, #FFFFFF 65%,
        #A6A6A6 80%, #A6A6A6 100%);
        }

        body .container.ganga .pictures .mx-xl-3 .bar.neon-21204068-56fe-4612-a8b3-ebe46e7c2d95
        { 
            background: linear-gradient(226deg, #FFFFFF 0%, #A6A6A6 33%, #FFFFFF 66%, #A6A6A6 99%);
        }            

        .aura-21204068-56fe-4612-a8b3-ebe46e7c2d95, 
        body .container.ganga .pictures .bar.aura-21204068-56fe-4612-a8b3-ebe46e7c2d95,
        body .container.ganga .pictures .simple-slider.aura-21204068-56fe-4612-a8b3-ebe46e7c2d95
        {
            animation: anim-aura-21204068-56fe-4612-a8b3-ebe46e7c2d95 5s infinite;    
            box-shadow: 0 0 32px #BFBFBF !important;            
        }
        
        .encuesta-ganga.aura-21204068-56fe-4612-a8b3-ebe46e7c2d95 .bg-dark.progress-bar .progress.por-sortear
        {
            background-color: #BFBFBF !important;
            box-shadow: #BFBFBF 0 0 25px, #BFBFBF 0 0 8px !important;
        }

        @keyframes anim-aura-21204068-56fe-4612-a8b3-ebe46e7c2d95 { 
            0% {
                box-shadow: 0 0 34px #BFBFBFbf; 
            }  
            50% {
                box-shadow: 0 0 32px #BFBFBF; 
            }
            100% {
                box-shadow: 0 0 34px #BFBFBFbf; 
            }
        }

        /* Estilo móvil: desactiva animación y aplica box-shadow fijo */
        @media (max-width: 768px) {
            .aura-21204068-56fe-4612-a8b3-ebe46e7c2d95, 
            body .container.ganga .pictures .bar.aura-21204068-56fe-4612-a8b3-ebe46e7c2d95,
            body .container.ganga .pictures .simple-slider.aura-21204068-56fe-4612-a8b3-ebe46e7c2d95 {
                animation: none !important;
                box-shadow: 0 0 32px #BFBFBF !important;
            }
        }
    